projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170c655
)
* doc/lispref/modes.texi (Tabulated List Mode): Unindent example.
author
Juri Linkov
<juri@linkov.net>
Sat, 2 Mar 2024 17:12:29 +0000
(19:12 +0200)
committer
Juri Linkov
<juri@linkov.net>
Sat, 2 Mar 2024 17:12:29 +0000
(19:12 +0200)
doc/lispref/modes.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/modes.texi
b/doc/lispref/modes.texi
index 8bdf596bf9e84809f0f6943e8434153338e15ed6..a2e8f42cf1d919dbc7a4a84b3bf7c3c76907f794 100644
(file)
--- a/
doc/lispref/modes.texi
+++ b/
doc/lispref/modes.texi
@@
-1265,9
+1265,9
@@
from @code{tabulated-list-entries}. For example:
@smallexample
@group
-
(setq tabulated-list-groups
-
(seq-group-by 'Buffer-menu-group-by-mode
-
tabulated-list-entries))
+(setq tabulated-list-groups
+ (seq-group-by 'Buffer-menu-group-by-mode
+ tabulated-list-entries))
@end group
@end smallexample